home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat05 / loadlib_v1.0 / loadlib.doce < prev    next >
Text File  |  1992-04-27  |  553b  |  22 lines

  1.  
  2.  
  3. LoadLib.doc
  4.  
  5.  
  6.  
  7.     LoadLib  is the same than loadlib of William S.  Hawes exepept that
  8. you can load many library in single call of LoadLib.
  9.  
  10.     In CLI the syntax is very simple:
  11.         LoadLib path1/lib1.library path2/lib2.library ... pathN/libN.library
  12.  
  13.     in WB it also very simple:
  14.         - make  a project icon for loading your library ( a exmple is given)
  15.         - edit the icon (info in the WB menu)
  16.         - put in the field "default tool" the full pathname of LoadLib
  17.         - put in the tooltype the library you want to load (and your path)
  18.         et voila
  19.  
  20.  
  21.     (look the example)
  22.